home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 2202.TXT < prev    next >
Text File  |  1993-03-31  |  5KB  |  113 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3. Title: Windows 3.1 and Stacker 
  4. STAC FAX Index #2202 - 4/09/92                          
  5. ___________________________________________________________________________    
  6.  
  7. Background.
  8.  
  9.    Stacker and Windows 3.1 are 100% compatible.  This document addresses  
  10.    basic questions and provides guidelines for fine tuning your Stacker-
  11.    Windows configuration.  It covers the Windows Setup program, the use of 
  12.    Virtual Memory Swap Files, and SMARTDRV.EXE.
  13.  
  14.  
  15. 32-bit disk access and Stacker.
  16.  
  17.    This feature allows direct disk access while in the 386 Enhanced mode.   
  18.    Windows 3.1 is aware of Stacker drives and will not attempt to access them 
  19.    with this method.  
  20.  
  21.  
  22. 1. Windows 3.1 SETUP.
  23.  
  24.      A. It is recommended that you make backup copies of your Config.sys 
  25.     and Autoexec.bat files prior to running SETUP.  If C: is a Stacker 
  26.     drive that is being SSWAPped with its host drive, Windows may make 
  27.     modifications to these files on C: and then copy them to the 
  28.     host drive. This could potentially overwrite the host Config.sys 
  29.     and Autoexec, leaving you without the originals (no backup copies 
  30.     are made). To prepare for this, make sure the Autoexec.bat and 
  31.     Config.sys files are identical on both drives.  
  32.     
  33.     NOTE: Users with the Stacker version 1.x "pointer" Autoexec.bat on C: 
  34.           should replace it with the "real" one.  The easiest way to do 
  35.           this is to rename the "pointer" by typing:  
  36.           REN  AUTOEXEC.BAT AUTO.XXX   
  37.           Then copy the Autoexec from the host drive to C:.
  38.     
  39.      B. SETUP may modify the Stacker device driver line in the Config.sys.
  40.     This may make your Stacker drives temporarily inaccessible.  If this               
  41.     occurs, just replace Config.sys with a backup copy or reconstruct it 
  42.     if you don't have one.  Refer to the Stacker device driver section in 
  43.     the users manual for more information on the driver syntax.  You may
  44.     locate existing Stacvol files by running FINDVOL from the Stacker
  45.     distribution diskette.
  46.     
  47.      C. If upon reboot your system seems to be caught in a loop, you may have
  48.     two copies of the "pointer" Autoexec.bat pointing at each other. 
  49.     Press <ctrl><break> to halt execution of the Autoexec.bat file.  
  50.     Next, examine the Autoexec.bat on C: and on the host drive to 
  51.     determine if this, in fact, is the case.  If so, restore a backup 
  52.     copy of the "real" Autoexec.bat to both C: and its host drive.    
  53.     
  54. 2. Virtual Memory Swap Files.
  55.  
  56.      A. Permanent and Temporary virtual memory swap files may be established 
  57.     on uncompressed drives.  The size and location of these files can be 
  58.     set in the Virtual Memory section of Control Panel's 386 Enhanced 
  59.     program.  It is possible to create a temporary swap file on a Stacker
  60.     drive by manually adding the parameters to the System.ini file. 
  61.     However, it is generally recommended that the file exist on an 
  62.     uncompressed drive to keep the fragmentation level low in the Stacker 
  63.     drive.
  64.     
  65.      B. In order to create enough free uncompressed disk space, you may have
  66.     to "Shrink" the Stacker drive by running SDEFRAG /G on that drive.  
  67.     Once you have increased the amount of space, you may also have to 
  68.     make it contiguous by running a disk optimization program on the host 
  69.     drive.  Before optimization, unmount the Stacker drive and remove the
  70.     attributes from the associated Stacvol file by running:
  71.         
  72.     SATTRIB -r -s -h STACVOL.DSK  
  73.     (the name of your STACVOL file may differ).      
  74.  
  75.     Note: SDEFRAG is designed to optimize Stacker drives.  It will not 
  76.     optimize an uncompressed drive.
  77.  
  78. 3. SMARTDRV.EXE.            
  79.  
  80.      A. Windows may install SMARTDRV.EXE on your system.  SMARTDRIVE works 
  81.     well in a Stacker environment, but only caches the "host" 
  82.     uncompressed drive.  It will not cache the Stacker drive directly 
  83.     and will report that it is "unable to cache the drive" if instructed 
  84.     to do so.  By caching the host drive it is caching compressed data, 
  85.     effectively doubling the size of the cache.   
  86.     
  87.      B. SMARTDRV.EXE and "Replaced Stacker drives".  If you are loading the 
  88.     Stacker device driver into upper memory with QEMM386 or 386MAX and 
  89.     are using SMARTDRIVE to cache replaced drives, you may find those 
  90.     drives inaccessible.  With this configuration it is necessary to 
  91.     mount and replace the drives after SMARTDRIVE has been loaded.  To do 
  92.     this, add an '@' to the Stacker device driver line in the Config.sys
  93.     file for each drive you want to replace.  Then mount the drive in the
  94.     Autoexec.bat after the SMARTDRIVE line with the syntax:
  95.  
  96.     Stacker x:        where x is the host drive letter.
  97.     
  98.      C. SMARTDRV.EXE and SDEFRAG.  SMARTDRIVE incorporates a "write delay" 
  99.     cache.  It is imperative that caching be turned off for the Stacker 
  100.     drive when SDEFRAG is run.  This can be accomplished by typing:   
  101.     
  102.     SMARTDRV /R d-   where d is the letter of the Stacker host drive.   
  103.     
  104.     Then run SMARTDRV /S to make sure that drive letter is no longer on 
  105.     the list of drives being cached. SMARTDRV may also be disabled by 
  106.     REMarking the line out of the Autoexec.bat file and rebooting.
  107.  
  108.  
  109. ___________________________________________________________________________
  110. Copyright 1993, Stac Electronics                    
  111.  
  112.  
  113.